/*框架*/
*{
    margin:0;
    padding:0;
}
body,li,p,a,span{
    font-size: 14px;
    font-family:微软雅黑,Tahoma,Helvetica,Arial,sans-serif;
}
li{
    list-style: none;
}
a{
    color: black;
    text-decoration: none;
}
img{
    border:none;
}
/*end 框架*/
/*预设*/
.lm-float-l{
    float: left;
}
.lm-float-r{
    float: right;
}
.lm-clear-b{
    clear: both;
}
.lm-ta-c{
    text-align: center;
}
.lm-li-f>li{
    float: left;
}
.lm-li-f>div:last-child{
    clear: both;
}
/*end 预设*/
/*雷同类*/
.lm-wrapper{
    width: 1200px;
    margin: 0 auto;
}
.lm-title{
    text-align: center;
    padding: 62px 0 35px;
}
.lm-title h2{
    margin: 0 0 2px;
    font-family: serif;
    font-size: 28px;
    font-weight: bolder;
    color: #d9261c;
}
.lm-title h1{
    margin: 0 0 2px;
    font-size: 24px;
    font-weight: bold;
    color: #535352;
}
/*end 雷同类*/
